home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / slwbts18.lha / SlowBootSrc / smakefile < prev   
Makefile  |  1995-10-23  |  396b  |  24 lines

  1. #
  2. # Makefile for SlowBoot
  3. #
  4. #
  5.  
  6. OBJS= SlowBoot.o
  7.  
  8. SlowBoot: $(OBJS) 
  9.    sc NOCHECKABORT link to SlowBoot with <<
  10. $(OBJS)
  11. <
  12.    bumprev 1 SlowBoot
  13.  
  14. SlowBoot.o: SlowBoot.c scoptions INCLUDE:SlowBoot.gst
  15.     sc SlowBoot.c GST=INCLUDE:SlowBoot.gst NOLINK
  16.  
  17. INCLUDE:SlowBoot.gst: gst.c scoptions smakefile
  18.     sc gst.c MAKEGST=INCLUDE:SlowBoot.gst IGNORE=105 NOOPTIMIZE
  19.     delete gst.o
  20.  
  21. dist:
  22.     execute makedist
  23.  
  24.